Tidy error message.
authorEwan Mellor <ewan@xensource.com>
Sat, 9 Dec 2006 19:24:46 +0000 (19:24 +0000)
committerEwan Mellor <ewan@xensource.com>
Sat, 9 Dec 2006 19:24:46 +0000 (19:24 +0000)
Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xend/XendDomainInfo.py

index e7ef22b154e04209e1af219c857b01382d146aab..8653279bd866e5face7eb78bc8d46af5c403e9ec 100644 (file)
@@ -1741,7 +1741,7 @@ class XendDomainInfo:
             raise VmError("VM name '%s' already exists%s" %
                           (name,
                            dom.domid is not None and
-                           ("as domain %s" % str(dom.domid)) or ""))
+                           (" as domain %s" % str(dom.domid)) or ""))
         
 
     def update(self, info = None, refresh = True):